home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / hldevkit.lha / HotLinks_Developers_Kit / obj / hlstub.readme < prev   
Encoding:
Text File  |  1992-04-28  |  396 b   |  14 lines

  1. This file contains the library "stubs" for use with a compiler that does not
  2. support the #pragma pre-processor statement.
  3.  
  4. To use this file, it must be linked with your code with the other 
  5. "linker libraries" such as amiga.lib.
  6.  
  7. example:
  8.  
  9.         blink FROM test.o LIB lib:amiga.lib lib:hlstub.o TO test
  10.  
  11. This will cause only the modules referenced by test.o to be linked in to your
  12. final code.
  13.  
  14.